body {
    background-color: #f4f7f9;
}

body {
    font-family: Onest;
}

.kou72p8dt9 {
    font-family: 'Onest', sans-serif;
    font-size: 6.8rem;
    line-height: 1.15;
}

.kou72p8dt9>.fumfmiyvri {
    font-size: 8.5rem;
}

.hxhvfln5pr {
    font-family: 'Onest', sans-serif;
    font-size: 4.125rem;
    line-height: 1.15;
}

.hxhvfln5pr>.fumfmiyvri {
    font-size: 5.15625rem;
}

.hcz04l4634 {
    font-family: 'Onest', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
}

.hcz04l4634>.fumfmiyvri {
    font-size: 1.875rem;
}

.bep154kwsm {
    font-family: 'Onest', sans-serif;
    font-size: 2.5rem;
    line-height: 1.4;
}

.bep154kwsm>.fumfmiyvri {
    font-size: 3.125rem;
}

.nvnewfi6lm {
    font-family: 'Onest', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
}

.nvnewfi6lm>.fumfmiyvri {
    font-size: 1.40625rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
    .kou72p8dt9 {
        font-size: 5.44rem;
    }
}

@media (max-width: 768px) {
    .kou72p8dt9 {
        font-size: 4.76rem;
        font-size: calc(3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.1 * (3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20))));
    }

    .hxhvfln5pr {
        font-size: 3.3rem;
        font-size: calc(2.09375rem + (4.125 - 2.09375) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.3 * (2.09375rem + (4.125 - 2.09375) * ((100vw - 20rem) / (48 - 20))));
    }

    .hcz04l4634 {
        font-size: 1.2rem;
        font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }

    .bep154kwsm {
        font-size: 2rem;
        font-size: calc(1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
    }

    .nvnewfi6lm {
        font-size: 0.9rem;
        font-size: calc(1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
    }
}

/* Buttons */
.ughrpg1qw4 {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-lg {
    padding: 1rem 2.6rem;
    border-radius: 4px;
}

.bg-primary {
    background-color: #333652 !important;
}

.bg-success {
    background-color: #20ac6b !important;
}

.bg-info {
    background-color: #0aa3c2 !important;
}

.bg-warning {
    background-color: #cc9900 !important;
}

.bg-danger {
    background-color: #ae1e2c !important;
}

.pki3pkq9j7,
.pki3pkq9j7:active {
    background-color: #333652 !important;
    border: 2px solid #131313 !important;
    color: #ffffff !important;
    box-shadow: 4px 4px 0 #131313 !important;
}

.pki3pkq9j7:hover,
.pki3pkq9j7:focus,
.pki3pkq9j7.focus,
.pki3pkq9j7.wbtaz99ljh {
    color: #ffffff !important;
    background-color: #333652 !important;
    border: 2px solid #131313 !important;
    box-shadow: none !important;
}

.pki3pkq9j7.h2iaikm9h8,
.pki3pkq9j7:disabled {
    color: #ffffff !important;
    background-color: #12131d !important;
    border-color: #12131d !important;
}

.btn-secondary,
.btn-secondary:active {
    background-color: #f5d15d !important;
    border: 2px solid #131313 !important;
    color: #4e3d05 !important;
    box-shadow: 4px 4px 0 #131313 !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.wbtaz99ljh {
    color: #4e3d05 !important;
    background-color: #f5d15d !important;
    border: 2px solid #131313 !important;
    box-shadow: none !important;
}

.btn-secondary.h2iaikm9h8,
.btn-secondary:disabled {
    color: #4e3d05 !important;
    background-color: #edb80f !important;
    border-color: #edb80f !important;
}

.btn-info,
.btn-info:active {
    background-color: #0aa3c2 !important;
    border: 2px solid #131313 !important;
    color: #ffffff !important;
    box-shadow: 4px 4px 0 #131313 !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.wbtaz99ljh {
    color: #ffffff !important;
    background-color: #0aa3c2 !important;
    border: 2px solid #131313 !important;
    box-shadow: none !important;
}

.btn-info.h2iaikm9h8,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: #065e70 !important;
    border-color: #065e70 !important;
}

.btn-success,
.btn-success:active {
    background-color: #20ac6b !important;
    border: 2px solid #131313 !important;
    color: #ffffff !important;
    box-shadow: 4px 4px 0 #131313 !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.wbtaz99ljh {
    color: #ffffff !important;
    background-color: #20ac6b !important;
    border: 2px solid #131313 !important;
    box-shadow: none !important;
}

.btn-success.h2iaikm9h8,
.btn-success:disabled {
    color: #ffffff !important;
    background-color: #12633e !important;
    border-color: #12633e !important;
}

.btn-warning,
.btn-warning:active {
    background-color: #cc9900 !important;
    border: 2px solid #131313 !important;
    color: #ffffff !important;
    box-shadow: 4px 4px 0 #131313 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.wbtaz99ljh {
    color: #ffffff !important;
    background-color: #cc9900 !important;
    border: 2px solid #131313 !important;
    box-shadow: none !important;
}

.btn-warning.h2iaikm9h8,
.btn-warning:disabled {
    color: #ffffff !important;
    background-color: #755800 !important;
    border-color: #755800 !important;
}

.btn-danger,
.btn-danger:active {
    background-color: #ae1e2c !important;
    border: 2px solid #131313 !important;
    color: #ffffff !important;
    box-shadow: 4px 4px 0 #131313 !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.wbtaz99ljh {
    color: #ffffff !important;
    background-color: #ae1e2c !important;
    border: 2px solid #131313 !important;
    box-shadow: none !important;
}

.btn-danger.h2iaikm9h8,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #641119 !important;
    border-color: #641119 !important;
}

.btn-white,
.btn-white:active {
    background-color: #ffffff !important;
    border: 2px solid #131313 !important;
    color: #808080 !important;
    box-shadow: 4px 4px 0 #131313 !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.wbtaz99ljh {
    color: #808080 !important;
    background-color: #ffffff !important;
    border: 2px solid #131313 !important;
    box-shadow: none !important;
}

.btn-white.h2iaikm9h8,
.btn-white:disabled {
    color: #808080 !important;
    background-color: #d4d4d4 !important;
    border-color: #d4d4d4 !important;
}

.btn-black,
.btn-black:active {
    background-color: #131313 !important;
    border: 2px solid #131313 !important;
    color: #ffffff !important;
    box-shadow: 4px 4px 0 #131313 !important;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.wbtaz99ljh {
    color: #ffffff !important;
    background-color: #131313 !important;
    border: 2px solid #131313 !important;
    box-shadow: none !important;
}

.btn-black.h2iaikm9h8,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #333652;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.wbtaz99ljh {
    color: #12131d !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-primary-outline.h2iaikm9h8,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #333652 !important;
    border-color: #333652 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #f5d15d;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.wbtaz99ljh {
    color: #edb80f !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-secondary-outline.h2iaikm9h8,
.btn-secondary-outline:disabled {
    color: #4e3d05 !important;
    background-color: #f5d15d !important;
    border-color: #f5d15d !important;
}

.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #0aa3c2;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.wbtaz99ljh {
    color: #065e70 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-info-outline.h2iaikm9h8,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #0aa3c2 !important;
    border-color: #0aa3c2 !important;
}

.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #20ac6b;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.wbtaz99ljh {
    color: #12633e !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-success-outline.h2iaikm9h8,
.btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #20ac6b !important;
    border-color: #20ac6b !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #cc9900;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.wbtaz99ljh {
    color: #755800 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-warning-outline.h2iaikm9h8,
.btn-warning-outline:disabled {
    color: #ffffff !important;
    background-color: #cc9900 !important;
    border-color: #cc9900 !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #ae1e2c;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.wbtaz99ljh {
    color: #641119 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-danger-outline.h2iaikm9h8,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #ae1e2c !important;
    border-color: #ae1e2c !important;
}

.btn-black-outline,
.btn-black-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #131313;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.wbtaz99ljh {
    color: #000000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-black-outline.h2iaikm9h8,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #131313 !important;
    border-color: #131313 !important;
}

.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #ffffff;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.wbtaz99ljh {
    color: #d4d4d4 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-white-outline.h2iaikm9h8,
.btn-white-outline:disabled {
    color: #808080 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.text-primary {
    color: #333652 !important;
}

.text-secondary {
    color: #f5d15d !important;
}

.text-success {
    color: #20ac6b !important;
}

.text-info {
    color: #0aa3c2 !important;
}

.text-warning {
    color: #cc9900 !important;
}

.text-danger {
    color: #ae1e2c !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #131313 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.wbtaz99ljh {
    color: #0c0d13 !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.wbtaz99ljh {
    color: #dead0e !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.wbtaz99ljh {
    color: #105636 !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.wbtaz99ljh {
    color: #055161 !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.wbtaz99ljh {
    color: #664d00 !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.wbtaz99ljh {
    color: #570f16 !important;
}

a.text-white:hover,
a.text-white:focus,
a.text-white.wbtaz99ljh {
    color: #cccccc !important;
}

a.text-black:hover,
a.text-black:focus,
a.text-black.wbtaz99ljh {
    color: #000000 !important;
}

a[class*="text-"]:not(.a3kynecz8c):not(.dropdown-item):not([role]):not(.dpcb3j1dz9) {
    position: relative;
    background-image: transparent;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    background-position: 0px 1.2em;
    background-position: -10000px 1.2em;
}

a[class*="text-"]:not(.a3kynecz8c):not(.dropdown-item):not([role]):not(.dpcb3j1dz9):hover {
    transition: background-position 2s ease-in-out;
    background-image: linear-gradient(currentColor 50%, currentColor 50%);
    background-position: 0px 1.2em;
}

.nav-tabs .a3kynecz8c.wbtaz99ljh {
    color: #333652;
}

.nav-tabs .a3kynecz8c:not(.wbtaz99ljh) {
    color: #131313;
}

.q67fn9e5vl {
    background-color: #70c770;
}

.alert-info {
    background-color: #0aa3c2;
}

.alert-warning {
    background-color: #cc9900;
}

.dejjc6vem1 {
    background-color: #ae1e2c;
}

.mbr-gallery-filter li.wbtaz99ljh .ughrpg1qw4 {
    background-color: #333652;
    border-color: #333652;
    color: #ffffff;
}

.mbr-gallery-filter li.wbtaz99ljh .ughrpg1qw4:focus {
    box-shadow: none;
}

a,
a:hover {
    color: #333652;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #a4a7c6;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #68e3aa;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #55dbf6;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffe599;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #e56773;
}

/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}

.x09lgyds2f {
    font-family: 'Onest', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}

.x09lgyds2f>.fumfmiyvri {
    font-size: 1.875rem;
}

.x09lgyds2f:hover,
.x09lgyds2f:focus {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: #333652 !important;
}

.x09lgyds2f:-webkit-input-placeholder {
    font-family: 'Onest', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}

.x09lgyds2f:-webkit-input-placeholder>.fumfmiyvri {
    font-size: 1.875rem;
}

blockquote {
    border-color: #333652;
}

/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #333652;
    color: #ffffff;
}

.jq-number__spin {
    transition: 0.25s ease;
}

.jq-number__spin:hover {
    border-color: #333652;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #353535;
    border-bottom-color: #353535;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #333652;
    border-bottom-color: #333652;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    color: #ffffff !important;
    background-color: #333652 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000000 !important;
    background: #f5d15d !important;
    box-shadow: none !important;
}

.lazy-bg {
    background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23333652' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
    opacity: 0.5;
}

body {
    overflow-x: hidden;
}

a {
    transition: .3s all;
    font-weight: 600 !important;
}

a:hover {
    background-image: none !important;
}

.v1dqd9830s {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1600px) {
    .v1dqd9830s {
        max-width: 1320px;
    }
}

@media (max-width: 1399px) {
    .v1dqd9830s {
        max-width: 1140px;
    }
}

@media (max-width: 1199px) {
    .v1dqd9830s {
        max-width: 960px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 991px) {
    .v1dqd9830s {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .v1dqd9830s {
        max-width: 540px;
    }
}

@media (max-width: 575px) {
    .v1dqd9830s {
        max-width: 100%;
    }
}

.v1dqd9830s,
.container-small {
    max-width: 1480px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    word-wrap: break-word;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1500px) {

    .v1dqd9830s,
    .container-small {
        max-width: 1180px;
    }
}

@media (max-width: 1024px) {

    .v1dqd9830s,
    .container-small {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 991px) {

    .v1dqd9830s,
    .container-small {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 767px) {

    .v1dqd9830s,
    .container-small {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.umc6sudumw {
    max-width: 1724px;
    padding-left: 12px;
    padding-right: 12px;
}

.ttcw438557 {
    margin-left: -12px;
    margin-right: -12px;
    justify-content: center;
}

.ttcw438557>[class*="col"] {
    padding-left: 12px;
    padding-right: 12px;
}

b,
strong {
    font-weight: 600 !important;
}

.yye4h7cal0 .ughrpg1qw4 {
    position: relative;
    min-width: 100px;
    min-height: 68px;
    padding: 20px 44px;
    border-radius: 0;
    font-weight: 600 !important;
    transition: all .3s;
}

@media (max-width: 1199px) {
    .yye4h7cal0 .ughrpg1qw4 {
        padding: 20px 30px;
    }
}

@media (max-width: 767px) {
    .yye4h7cal0 .ughrpg1qw4 {
        padding: 15px 20px;
    }
}

.yye4h7cal0 .btn-black {
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
    box-shadow: 4px 4px 0 #FFFFFF !important;
}

.yye4h7cal0 .btn-black:hover {
    box-shadow: none !important;
}

.dmrpgjyrjs .frw14dsj3v {
    position: relative !important;
}

.dmrpgjyrjs .dropdown-item:before {
    font-family: Moririse2 !important;
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out;
}

.dmrpgjyrjs .dropdown-menu {
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.dmrpgjyrjs .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
}

.dmrpgjyrjs .dropdown-item:hover,
.dmrpgjyrjs .dropdown-item:focus {
    background: #333652 !important;
    color: white !important;
}

.dmrpgjyrjs .dropdown-item:hover span {
    color: white;
}

.dmrpgjyrjs .dropdown-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dmrpgjyrjs .dropdown-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dmrpgjyrjs .uaaw4zwuua .nd08q1s910 {
    padding: 0 0.3em !important;
    margin: 0.667em 1em !important;
}

.dmrpgjyrjs .uaaw4zwuua .nd08q1s910.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
}

.dmrpgjyrjs .a3kynecz8c {
    position: relative;
}

.dmrpgjyrjs .v1dqd9830s {
    display: flex;
    margin: auto;
}

@media (min-width: 992px) {
    .dmrpgjyrjs .v1dqd9830s {
        flex-wrap: nowrap;
    }
}

.dmrpgjyrjs .dpcb3j1dz9 {
    color: #000000;
}

.dmrpgjyrjs .ekhl9cepdq {
    margin: 0 auto;
}

.dmrpgjyrjs .dropdown-menu,
.dmrpgjyrjs .dl3v7fqeaz.opened {
    background: #90adc6 !important;
}

.dmrpgjyrjs .fnetms9icn:focus,
.dmrpgjyrjs .a3kynecz8c:focus {
    outline: none;
}

.dmrpgjyrjs .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.dmrpgjyrjs .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.dmrpgjyrjs .dropdown .dropdown-menu .dropdown-item .fumfmiyvri {
    margin-right: 0.5rem;
    vertical-align: sub;
}

.dmrpgjyrjs .dropdown .dropdown-menu .dropdown-item .fumfmiyvri:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}

.dmrpgjyrjs .hi8g8kqovo .dropdown-menu .dropdown-item:before {
    display: none;
}

.dmrpgjyrjs .hi8g8kqovo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.dmrpgjyrjs .dl3v7fqeaz {
    min-height: 70px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #90adc6;
    border: none !important;
    box-shadow: none !important;
}

.dmrpgjyrjs .dl3v7fqeaz.opened {
    transition: all 0.3s;
}

.dmrpgjyrjs .dl3v7fqeaz .dropdown-item {
    padding: 0.5rem 1.8rem;
}

.dmrpgjyrjs .dl3v7fqeaz .navbar-logo img {
    width: auto;
}

.dmrpgjyrjs .dl3v7fqeaz .o7v5l4krra {
    justify-content: flex-end;
    z-index: 1;
}

.dmrpgjyrjs .dl3v7fqeaz.hi8g8kqovo {
    justify-content: center;
}

.dmrpgjyrjs .dl3v7fqeaz.hi8g8kqovo .fnetms9icn .a3kynecz8c::before {
    display: none;
}

.dmrpgjyrjs .dl3v7fqeaz.hi8g8kqovo.opened .dropdown-menu {
    top: 0;
}

.dmrpgjyrjs .dl3v7fqeaz.hi8g8kqovo .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.dmrpgjyrjs .dl3v7fqeaz.hi8g8kqovo .dropdown-menu .dropdown-item:after {
    right: auto;
}

.dmrpgjyrjs .dl3v7fqeaz.hi8g8kqovo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}

.dmrpgjyrjs .dl3v7fqeaz.hi8g8kqovo ul.ekhl9cepdq li {
    margin: auto;
}

.dmrpgjyrjs .dl3v7fqeaz.hi8g8kqovo .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
}

@media (max-width: 991px) {
    .dmrpgjyrjs .dl3v7fqeaz .fnetms9icn .a3kynecz8c::before {
        display: none;
    }

    .dmrpgjyrjs .dl3v7fqeaz.opened .dropdown-menu {
        top: 0;
    }

    .dmrpgjyrjs .dl3v7fqeaz .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .dmrpgjyrjs .dl3v7fqeaz .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .dmrpgjyrjs .dl3v7fqeaz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }

    .dmrpgjyrjs .dl3v7fqeaz .navbar-logo img {
        height: 3rem !important;
    }

    .dmrpgjyrjs .dl3v7fqeaz ul.ekhl9cepdq li {
        margin: auto;
    }

    .dmrpgjyrjs .dl3v7fqeaz .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }

    .dmrpgjyrjs .dl3v7fqeaz .xeel6r87oy {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }

    .dmrpgjyrjs .dl3v7fqeaz .qraa2oxud7 {
        flex-basis: auto;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .dmrpgjyrjs .dl3v7fqeaz .xeel6r87oy {
        width: calc(100% - 31px);
    }
}

.dmrpgjyrjs .dl3v7fqeaz.navbar-short {
    min-height: 60px;
}

.dmrpgjyrjs .dl3v7fqeaz.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.dmrpgjyrjs .dl3v7fqeaz.navbar-short .xeel6r87oy {
    min-height: 60px;
    padding: 0;
}

.dmrpgjyrjs .xeel6r87oy {
    min-height: 108px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}

.dmrpgjyrjs .xeel6r87oy .dpcb3j1dz9 {
    line-height: inherit !important;
}

.dmrpgjyrjs .xeel6r87oy .navbar-logo a {
    outline: none;
}

.dmrpgjyrjs .dropdown-item.wbtaz99ljh,
.dmrpgjyrjs .dropdown-item:active {
    background-color: transparent;
}

.dmrpgjyrjs .h3kz68merb .ekhl9cepdq .a3kynecz8c {
    padding: 0;
}

.dmrpgjyrjs .uaaw4zwuua .nd08q1s910.dropdown-toggle {
    margin-right: 1.667em;
}

.dmrpgjyrjs .uaaw4zwuua .nd08q1s910.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.dmrpgjyrjs .dl3v7fqeaz.h3kz68merb .dropdown .dropdown-menu {
    background: #90adc6;
}

.dmrpgjyrjs .dl3v7fqeaz.h3kz68merb .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.dmrpgjyrjs .dl3v7fqeaz .dropdown.open>.dropdown-menu {
    display: block;
}

.dmrpgjyrjs ul.ekhl9cepdq {
    flex-wrap: wrap;
}

.dmrpgjyrjs .rjgcjc4ev6 {
    text-align: center;
    min-width: 170px;
}

.dmrpgjyrjs button.qraa2oxud7 {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}

.dmrpgjyrjs button.qraa2oxud7 .qygp04eon5 span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

.dmrpgjyrjs button.qraa2oxud7 .qygp04eon5 span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.dmrpgjyrjs button.qraa2oxud7 .qygp04eon5 span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}

.dmrpgjyrjs button.qraa2oxud7 .qygp04eon5 span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}

.dmrpgjyrjs button.qraa2oxud7 .qygp04eon5 span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}

.dmrpgjyrjs nav.opened .qygp04eon5 span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.dmrpgjyrjs nav.opened .qygp04eon5 span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.dmrpgjyrjs nav.opened .qygp04eon5 span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.dmrpgjyrjs nav.opened .qygp04eon5 span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.dmrpgjyrjs .frw14dsj3v {
    padding: 0 1rem;
}

.dmrpgjyrjs a.a3kynecz8c {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .dmrpgjyrjs .dl3v7fqeaz {
        height: 70px;
    }

    .dmrpgjyrjs .dl3v7fqeaz.opened {
        height: auto;
    }

    .dmrpgjyrjs .fnetms9icn .a3kynecz8c:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.dmrpgjyrjs .v1dqd9830s,
.dmrpgjyrjs .umc6sudumw {
    position: relative;
    min-height: 108px;
}

@media (min-width: 992px) {

    .dmrpgjyrjs .v1dqd9830s:before,
    .dmrpgjyrjs .umc6sudumw:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000000;
    }
}

.dmrpgjyrjs .navbar-short {
    background-color: #90adc6 !important;
}

.dmrpgjyrjs .navbar-short .v1dqd9830s,
.dmrpgjyrjs .navbar-short .umc6sudumw {
    min-height: 85px;
}

.dmrpgjyrjs .navbar-short .v1dqd9830s:before,
.dmrpgjyrjs .navbar-short .umc6sudumw:before {
    display: none;
}

.dmrpgjyrjs .navbar-short .xeel6r87oy {
    min-height: 85px !important;
}

.dmrpgjyrjs .yye4h7cal0 .ughrpg1qw4 {
    padding: 10px 25px;
    min-height: 48px;
}

.dmrpgjyrjs .lwlo1y8ai0 {
    position: absolute;
    bottom: -1px;
    display: none;
    width: 100%;
    background-color: transparent;
    height: 2px;
    background-color: #000000;
}

@media (max-width: 991px) {
    .dmrpgjyrjs .lwlo1y8ai0 {
        display: block;
    }
}

@media (max-width: 991px) {
    .dmrpgjyrjs .dl3v7fqeaz {
        overflow: hidden;
    }

    .dmrpgjyrjs .v1dqd9830s,
    .dmrpgjyrjs .umc6sudumw {
        min-height: 85px;
    }

    .dmrpgjyrjs .xeel6r87oy {
        min-height: 85px;
    }

    .dmrpgjyrjs .navbar-short .v1dqd9830s,
    .dmrpgjyrjs .navbar-short .umc6sudumw {
        min-height: 75px;
    }

    .dmrpgjyrjs .navbar-short .xeel6r87oy {
        min-height: 75px !important;
    }

    .dmrpgjyrjs .dl3v7fqeaz.navbar-short {
        background-color: #90adc6 !important;
    }

    .dmrpgjyrjs .o7v5l4krra {
        position: relative;
        order: 5;
        z-index: 5 !important;
        padding-bottom: 10px;
    }

    .dmrpgjyrjs .ekhl9cepdq .fnetms9icn {
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }

    .dmrpgjyrjs .yye4h7cal0 {
        text-align: left;
    }

    .dmrpgjyrjs .lwlo1y8ai0 {
        position: relative;
        bottom: 0;
        margin-top: auto;
    }

    .dmrpgjyrjs .lwlo1y8ai0:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100vw;
        height: 100vw;
        background: #90adc6;
        z-index: 4;
        transition: 0.1s all;
    }
}

.dmrpgjyrjs .a3kynecz8c,
.dmrpgjyrjs .dropdown-item {
    color: #000000;
}

.e6dkz0f1ne {
    background-color: #f5d15d;
}

.e6dkz0f1ne .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.e6dkz0f1ne .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.e6dkz0f1ne .t65dk1lcgk {
    padding-top: 5.5%;
}

@media (max-width: 991px) {
    .e6dkz0f1ne .t65dk1lcgk {
        padding-top: 0;
    }
}

.e6dkz0f1ne .v6ihv1ea4z {
    padding-top: 100px;
}

@media (min-width: 1200px) {
    .e6dkz0f1ne .v6ihv1ea4z {
        padding-left: 110px !important;
    }
}

@media (max-width: 1199px) {
    .e6dkz0f1ne .v6ihv1ea4z {
        padding-top: 70px;
    }
}

@media (max-width: 991px) {
    .e6dkz0f1ne .v6ihv1ea4z {
        padding-top: 20px;
    }
}

.e6dkz0f1ne .twosy6ue71 {
    margin-bottom: 0;
    color: #000000;
}

.e6dkz0f1ne .j3hvqwbaax {
    margin-top: 24px;
    color: #131313;
}

@media (max-width: 991px) {
    .e6dkz0f1ne .j3hvqwbaax {
        margin-top: 16px;
    }
}

.e6dkz0f1ne .dhi4bhio0w {
    color: #131313;
}

.e6dkz0f1ne .yye4h7cal0 {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .e6dkz0f1ne .yye4h7cal0 {
        margin-top: 14px;
    }
}

.e6dkz0f1ne .yye4h7cal0 .btn-white:hover {
    color: #333652 !important;
}

.e6dkz0f1ne .dhi4bhio0w,
.e6dkz0f1ne .yye4h7cal0 {
    color: #000000;
}

.p5u2e4lsf4 {
    background-color: #90adc6;
    position: relative;
}

.p5u2e4lsf4 .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.p5u2e4lsf4 .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.p5u2e4lsf4 .v1dqd9830s,
.p5u2e4lsf4 .umc6sudumw {
    position: static;
}

.p5u2e4lsf4 .twosy6ue71 {
    margin-bottom: 25px;
    color: #000000;
}

@media (max-width: 1199px) {
    .p5u2e4lsf4 .twosy6ue71 {
        margin-bottom: 5px;
    }
}

.p5u2e4lsf4 .j3hvqwbaax {
    color: #000000;
}

.p5u2e4lsf4 .dhi4bhio0w {
    margin-top: 30px;
    color: #131313;
}

@media (max-width: 767px) {
    .p5u2e4lsf4 .dhi4bhio0w {
        margin-top: 18px;
    }
}

.p5u2e4lsf4 .yye4h7cal0 {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .p5u2e4lsf4 .yye4h7cal0 {
        margin-top: 15px;
    }
}

.p5u2e4lsf4 .q6wf23osh7 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.p5u2e4lsf4 .q6wf23osh7 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .p5u2e4lsf4 .q6wf23osh7 {
        display: none;
    }
}

.p5u2e4lsf4 .dhi4bhio0w,
.p5u2e4lsf4 .yye4h7cal0 {
    color: #000000;
}

.qtzvn0ijai {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.qtzvn0ijai .dsesrlmu6j:focus,
.qtzvn0ijai span:focus {
    outline: none;
}

.qtzvn0ijai .dsesrlmu6j {
    cursor: pointer;
}

.qtzvn0ijai .r2jcapnr5t {
    grid-row-gap: 24px;
}

.qtzvn0ijai .grid-container-1,
.qtzvn0ijai .grid-container-2,
.qtzvn0ijai .b3ews1m6ff {
    gap: 0 24px;
}

.qtzvn0ijai .twosy6ue71 {
    margin-bottom: 70px;
    color: #131313;
    text-align: center;
}

@media (max-width: 1500px) {
    .qtzvn0ijai .twosy6ue71 {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .qtzvn0ijai .twosy6ue71 {
        margin-bottom: 20px;
    }
}

.qtzvn0ijai .ewig7g08e1 {
    max-width: 800px;
}

.qtzvn0ijai .v1dqd9830s,
.qtzvn0ijai .umc6sudumw {
    overflow: hidden;
}

.qtzvn0ijai .umc6sudumw {
    max-width: 100%;
}

.qtzvn0ijai .r2jcapnr5t {
    display: grid;
    transform: translate3d(-3rem, 0, 0);
    width: 115vw;
    grid-column-gap: 1rem;
}

.qtzvn0ijai .qlq9kufjgr {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0 #000000;
    margin-bottom: 4px;
}

.qtzvn0ijai .qlq9kufjgr img {
    min-width: 30vw;
    max-width: 100%;
    height: 350px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .qtzvn0ijai .qlq9kufjgr img {
        min-width: 35vw;
        height: 160px;
    }
}

.qtzvn0ijai .grid-container-1,
.qtzvn0ijai .grid-container-2,
.qtzvn0ijai .b3ews1m6ff {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.qtzvn0ijai .grid-container-1 {
    align-items: flex-end;
}

.qtzvn0ijai .grid-container-2 {
    align-items: flex-start;
}

.gfvdm861n5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.gfvdm861n5 .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.gfvdm861n5 .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.gfvdm861n5 .d1wx8geuyw {
    margin-bottom: 80px;
}

@media (max-width: 1399px) {
    .gfvdm861n5 .d1wx8geuyw {
        margin-bottom: 65px;
    }
}

@media (max-width: 767px) {
    .gfvdm861n5 .d1wx8geuyw {
        margin-bottom: 30px;
    }
}

.gfvdm861n5 .twosy6ue71 {
    color: #000000;
}

.gfvdm861n5 .j3hvqwbaax {
    margin-top: 18px;
    color: #131313;
}

.gfvdm861n5 .tqpqdp5cj9 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.gfvdm861n5 .dsesrlmu6j {
    border-radius: 0;
}

.gfvdm861n5 .dsesrlmu6j:not(:first-child) {
    border-top: 2px solid #000000;
}

.gfvdm861n5 .hog225k1pe {
    display: flex;
    align-items: center;
    margin: 0 -12px;
    padding: 30px 0 25px;
}

@media (max-width: 991px) {
    .gfvdm861n5 .hog225k1pe {
        flex-direction: column;
        row-gap: 10px;
    }
}

.gfvdm861n5 .hvyhkxb4rl {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 0 12px;
}

.gfvdm861n5 .kr42r1ho78 {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 130px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .gfvdm861n5 .kr42r1ho78 {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .gfvdm861n5 .kr42r1ho78 {
        margin-right: 20px;
    }
}

.gfvdm861n5 .kr42r1ho78 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gfvdm861n5 .f31l4bu3la {
    color: #000000;
}

.gfvdm861n5 .s7cd64ploi {
    color: #617E95;
}

.gfvdm861n5 .f6lkmvaaz1 {
    margin-right: 175px;
    margin-top: 5px;
    color: #000000;
}

@media (max-width: 1024px) {
    .gfvdm861n5 .f6lkmvaaz1 {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .gfvdm861n5 .f6lkmvaaz1 {
        margin-right: 10px;
    }
}

@media (max-width: 575px) {
    .gfvdm861n5 .f6lkmvaaz1 {
        margin-right: 0;
    }
}

.gfvdm861n5 .ih5vbplg6v {
    margin-left: auto;
}

@media (max-width: 575px) {
    .gfvdm861n5 .ih5vbplg6v {
        display: none;
    }
}

.gfvdm861n5 .ih5vbplg6v .fumfmiyvri {
    display: block;
    font-size: 50px;
    color: #617e95;
    transform: rotate(-45deg);
    transition: 0.3s all;
}

@media (min-width: 992px) {
    .gfvdm861n5 .hog225k1pe:hover .ih5vbplg6v .fumfmiyvri {
        transform: rotate(0);
    }
}

.pqmhq4ry26 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f5d15d;
}

.pqmhq4ry26 .d1wx8geuyw {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .pqmhq4ry26 .d1wx8geuyw {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .pqmhq4ry26 .d1wx8geuyw {
        margin-bottom: 35px;
    }
}

.pqmhq4ry26 .twosy6ue71 {
    color: #000000;
}

.pqmhq4ry26 .j3hvqwbaax {
    margin-top: 16px;
    color: #131313;
}

.pqmhq4ry26 .s6m9cnq4cj {
    column-gap: 120px;
}

@media (min-width: 992px) {
    .pqmhq4ry26 .s6m9cnq4cj {
        margin: 0 !important;
    }
}

.pqmhq4ry26 .dsesrlmu6j {
    margin-bottom: 80px;
    width: calc(50% - 60px);
}

@media (min-width: 992px) {
    .pqmhq4ry26 .dsesrlmu6j {
        padding: 0 !important;
    }
}

@media (max-width: 991px) {
    .pqmhq4ry26 .dsesrlmu6j {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .pqmhq4ry26 .dsesrlmu6j {
        margin-bottom: 40px;
    }
}

.pqmhq4ry26 .hog225k1pe {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.pqmhq4ry26 .q6wf23osh7 img {
    height: 660px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .pqmhq4ry26 .q6wf23osh7 img {
        height: 350px;
    }
}

.pqmhq4ry26 .qb98o8jgkn {
    margin-top: 40px;
}

@media (max-width: 1439px) {
    .pqmhq4ry26 .qb98o8jgkn {
        margin-top: 20px;
    }
}

.pqmhq4ry26 .jzwao99f23 {
    color: #000000;
}

.pqmhq4ry26 .dhi4bhio0w {
    margin-top: 14px;
    color: #131313;
}

@media (max-width: 767px) {
    .pqmhq4ry26 .dhi4bhio0w {
        margin-top: 8px;
    }
}

.pqmhq4ry26 .yye4h7cal0 {
    margin-top: 6px;
}

@media (max-width: 767px) {
    .pqmhq4ry26 .yye4h7cal0 {
        margin-top: 4px;
    }
}

.cid-v2xkv8NAAA {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.cid-v2xkv8NAAA .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.cid-v2xkv8NAAA .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-v2xkv8NAAA .d1wx8geuyw {
    margin-bottom: 70px;
}

@media (max-width: 1399px) {
    .cid-v2xkv8NAAA .d1wx8geuyw {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .cid-v2xkv8NAAA .d1wx8geuyw {
        margin-bottom: 30px;
    }
}

.cid-v2xkv8NAAA .twosy6ue71 {
    color: #000000;
}

.cid-v2xkv8NAAA .s6m9cnq4cj {
    row-gap: 24px;
}

.cid-v2xkv8NAAA .dsesrlmu6j {
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-radius: 0;
}

.cid-v2xkv8NAAA .hog225k1pe {
    width: 100%;
    padding: 11px 11px 40px;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0 #000000;
    background: #ffffff;
    transition: 0.3s all;
}

@media (max-width: 1199px) {
    .cid-v2xkv8NAAA .hog225k1pe {
        padding: 11px 11px 20px;
    }
}

@media (min-width: 992px) {
    .cid-v2xkv8NAAA .hog225k1pe:hover {
        box-shadow: none;
        transform: translateY(-5px);
    }
}

.cid-v2xkv8NAAA .q6wf23osh7 img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 46/calc(10 * 5);
}

.cid-v2xkv8NAAA .qb98o8jgkn {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1199px) {
    .cid-v2xkv8NAAA .qb98o8jgkn {
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .cid-v2xkv8NAAA .qb98o8jgkn {
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 20px;
        padding-bottom: 15px;
    }
}

.cid-v2xkv8NAAA .f31l4bu3la {
    color: #131313;
}

.cid-v2xkv8NAAA .f6lkmvaaz1 {
    margin-top: 5px;
    color: #131313;
}

.cid-v2xkv8NAAA .link-text {
    margin-top: 20px;
    color: #FC7942;
}

@media (max-width: 1199px) {
    .cid-v2xkv8NAAA .link-text {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .cid-v2xkv8NAAA .link-text {
        margin-top: 5px;
    }
}

.cid-v2xkv8NAAA .link-text a.text-primary:hover {
    color: #131313 !important;
}

.cid-v2xkv8NAAA .yye4h7cal0 {
    margin-top: 20px;
}

.cid-v2xkv8NAAA .card-price {
    color: #617E95;
}

.cid-v2xkv8NAAA .f31l4bu3la,
.cid-v2xkv8NAAA .yye4h7cal0 {
    color: #000000;
}

.cid-v2xkv8NAAA .f6lkmvaaz1,
.cid-v2xkv8NAAA .yye4h7cal0 {
    color: #000000;
}

.hc7joi71f1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.hc7joi71f1 .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.hc7joi71f1 .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.hc7joi71f1 .d1wx8geuyw {
    margin-bottom: 70px;
}

@media (max-width: 1399px) {
    .hc7joi71f1 .d1wx8geuyw {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .hc7joi71f1 .d1wx8geuyw {
        margin-bottom: 30px;
    }
}

.hc7joi71f1 .twosy6ue71 {
    color: #000000;
}

.hc7joi71f1 .j3hvqwbaax {
    margin-top: 18px;
    color: #131313;
}

.hc7joi71f1 .s6m9cnq4cj {
    row-gap: 24px;
}

.hc7joi71f1 .dsesrlmu6j {
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-radius: 0;
}

.hc7joi71f1 .hog225k1pe {
    width: 100%;
    padding: 11px 11px 40px;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0 #000000;
    background: #ffffff;
    transition: 0.3s all;
}

@media (max-width: 1199px) {
    .hc7joi71f1 .hog225k1pe {
        padding: 11px 11px 20px;
    }
}

@media (min-width: 992px) {
    .hc7joi71f1 .hog225k1pe:hover {
        box-shadow: none;
        transform: translateY(-5px);
    }
}

.hc7joi71f1 .q6wf23osh7 img {
    height: 290px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 46/calc(10 * 3);
}

@media (min-width: 991px) {
    .hc7joi71f1 .q6wf23osh7 img {
        height: 350px;
    }
}

.hc7joi71f1 .qb98o8jgkn {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1199px) {
    .hc7joi71f1 .qb98o8jgkn {
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .hc7joi71f1 .qb98o8jgkn {
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 20px;
        padding-bottom: 15px;
    }
}

.hc7joi71f1 .f31l4bu3la {
    color: #131313;
}

.hc7joi71f1 .f6lkmvaaz1 {
    margin-top: 5px;
    color: #131313;
}

.hc7joi71f1 .link-text {
    margin-top: 20px;
    color: #FC7942;
}

@media (max-width: 1199px) {
    .hc7joi71f1 .link-text {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .hc7joi71f1 .link-text {
        margin-top: 5px;
    }
}

.hc7joi71f1 .link-text a.text-primary:hover {
    color: #131313 !important;
}

.hc7joi71f1 .yye4h7cal0 {
    margin-top: 5px;
}

.hc7joi71f1 .f31l4bu3la,
.hc7joi71f1 .ih5vbplg6v {
    color: #000000;
}

.hc7joi71f1 .f6lkmvaaz1,
.hc7joi71f1 .yye4h7cal0 {
    color: #000000;
}

.j8qqbdl5z9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.j8qqbdl5z9 .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.j8qqbdl5z9 .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.j8qqbdl5z9 .ttcw438557 {
    margin: 0 !important;
    row-gap: 40px;
}

.j8qqbdl5z9 .q6wf23osh7 {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    padding: 0 !important;
}

.j8qqbdl5z9 .q6wf23osh7 img {
    height: 680px;
    max-width: 580px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .j8qqbdl5z9 .q6wf23osh7 img {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .j8qqbdl5z9 .q6wf23osh7 {
        width: 100%;
    }
}

.j8qqbdl5z9 .qb98o8jgkn {
    width: 50%;
    padding: 0 !important;
}

@media (max-width: 1500px) {
    .j8qqbdl5z9 .qb98o8jgkn {
        padding-left: 40px !important;
    }
}

@media (max-width: 1199px) {
    .j8qqbdl5z9 .qb98o8jgkn {
        padding-left: 25px !important;
    }
}

@media (max-width: 991px) {
    .j8qqbdl5z9 .qb98o8jgkn {
        width: 100%;
        padding: 0 !important;
    }
}

.j8qqbdl5z9 .f31l4bu3la {
    color: #000000;
}

.j8qqbdl5z9 .f6lkmvaaz1 {
    margin-top: 25px;
    color: #131313;
}

@media (max-width: 991px) {
    .j8qqbdl5z9 .f6lkmvaaz1 {
        margin-top: 20px;
    }
}

.j8qqbdl5z9 .yye4h7cal0 {
    margin-top: 34px;
}

@media (max-width: 991px) {
    .j8qqbdl5z9 .yye4h7cal0 {
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .j8qqbdl5z9 .yye4h7cal0 {
        margin-top: 4px;
    }
}

.j8qqbdl5z9 .f6lkmvaaz1,
.j8qqbdl5z9 .yye4h7cal0 {
    color: #000000;
}

.stf5gtqr7l {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.stf5gtqr7l .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.stf5gtqr7l .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.stf5gtqr7l .d1wx8geuyw {
    margin-bottom: 70px;
}

@media (max-width: 1399px) {
    .stf5gtqr7l .d1wx8geuyw {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .stf5gtqr7l .d1wx8geuyw {
        margin-bottom: 30px;
    }
}

.stf5gtqr7l .twosy6ue71 {
    color: #000000;
}

.stf5gtqr7l .j3hvqwbaax {
    margin-top: 18px;
    color: #131313;
}

.stf5gtqr7l .tqpqdp5cj9 {
    margin-top: 5px;
    row-gap: 30px;
}

.stf5gtqr7l .dsesrlmu6j {
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-radius: 0;
}

.stf5gtqr7l .hog225k1pe {
    width: calc(100% - 14px);
    padding: 80px 40px 60px 40px;
    margin: 0 auto;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0 #000000;
    background: #ffffff;
    transition: 0.3s all;
}

@media (max-width: 1199px) {
    .stf5gtqr7l .hog225k1pe {
        padding: 40px 30px;
    }
}

@media (min-width: 992px) {
    .stf5gtqr7l .hog225k1pe:hover {
        box-shadow: none;
        transform: translateY(-5px);
    }
}

.stf5gtqr7l .ih5vbplg6v {
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .stf5gtqr7l .ih5vbplg6v {
        margin-bottom: 25px;
    }
}

.stf5gtqr7l .ih5vbplg6v .fumfmiyvri {
    display: block;
    font-size: 100px;
    color: #617e95;
}

.stf5gtqr7l .f31l4bu3la {
    color: #131313;
}

.stf5gtqr7l .f6lkmvaaz1 {
    margin-top: 10px;
    color: #000000;
}

.stf5gtqr7l .yye4h7cal0 .ughrpg1qw4 {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .stf5gtqr7l .yye4h7cal0 .ughrpg1qw4 {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .stf5gtqr7l .yye4h7cal0 .ughrpg1qw4 {
        margin-top: 5px;
    }
}

.stf5gtqr7l .yye4h7cal0 .ughrpg1qw4 a.text-primary:hover {
    color: #131313 !important;
}

.stf5gtqr7l .f31l4bu3la,
.stf5gtqr7l .ih5vbplg6v {
    color: #000000;
}

.rgvguzf4gw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
    overflow: hidden;
}

.rgvguzf4gw .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.rgvguzf4gw .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.rgvguzf4gw .kr42r1ho78 {
    border: 2px solid #000000;
    box-shadow: 4px 4px 0 #000000;
    background-color: #000000;
}

.rgvguzf4gw img {
    width: 100%;
    object-fit: cover;
    max-height: 100vh;
}

@media (max-width: 767px) {
    .rgvguzf4gw img {
        min-height: 400px;
    }
}

.qxvjt4lqov {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.qxvjt4lqov .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.qxvjt4lqov .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.qxvjt4lqov .ttcw438557 {
    margin: 0 !important;
    row-gap: 40px;
}

.qxvjt4lqov .q6wf23osh7 {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    padding: 0 !important;
}

.qxvjt4lqov .q6wf23osh7 img {
    height: 680px;
    max-width: 580px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .qxvjt4lqov .q6wf23osh7 img {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .qxvjt4lqov .q6wf23osh7 {
        width: 100%;
    }
}

.qxvjt4lqov .qb98o8jgkn {
    width: 50%;
    padding: 0 !important;
}

@media (max-width: 1500px) {
    .qxvjt4lqov .qb98o8jgkn {
        padding-left: 40px !important;
    }
}

@media (max-width: 1199px) {
    .qxvjt4lqov .qb98o8jgkn {
        padding-left: 25px !important;
    }
}

@media (max-width: 991px) {
    .qxvjt4lqov .qb98o8jgkn {
        width: 100%;
        padding: 0 !important;
    }
}

.qxvjt4lqov .f31l4bu3la {
    color: #000000;
}

.qxvjt4lqov .f6lkmvaaz1 {
    margin-top: 25px;
    color: #131313;
}

.qxvjt4lqov .b4syqz0ko4 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    width: 100%;
    margin-top: 30px;
}

.qxvjt4lqov .aomuk30pqh {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 12px;
}

.qxvjt4lqov .ih5vbplg6v {
    flex-shrink: 0;
}

.qxvjt4lqov .ih5vbplg6v .fumfmiyvri {
    display: block;
    font-size: 25px;
    color: #617e95;
    transform: rotate(-45deg);
}

.qxvjt4lqov .vh27tjbvlq {
    flex-grow: 1;
    color: #000000;
}

.qxvjt4lqov .yye4h7cal0 {
    margin-top: 40px;
}

@media (max-width: 1500px) {
    .qxvjt4lqov .yye4h7cal0 {
        margin-top: 15px;
    }
}

.qxvjt4lqov .f6lkmvaaz1,
.qxvjt4lqov .yye4h7cal0 {
    color: #000000;
}

.xg5hb9sp9j {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.xg5hb9sp9j .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.xg5hb9sp9j .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.xg5hb9sp9j .ttcw438557 {
    margin: 0 !important;
    row-gap: 40px;
}

.xg5hb9sp9j .q6wf23osh7 {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    padding: 0 !important;
}

.xg5hb9sp9j .q6wf23osh7 img {
    height: 680px;
    max-width: 580px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .xg5hb9sp9j .q6wf23osh7 img {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .xg5hb9sp9j .q6wf23osh7 {
        width: 100%;
    }
}

.xg5hb9sp9j .qb98o8jgkn {
    width: 50%;
    padding: 0 !important;
}

@media (max-width: 1500px) {
    .xg5hb9sp9j .qb98o8jgkn {
        padding-left: 40px !important;
    }
}

@media (max-width: 1199px) {
    .xg5hb9sp9j .qb98o8jgkn {
        padding-left: 25px !important;
    }
}

@media (max-width: 991px) {
    .xg5hb9sp9j .qb98o8jgkn {
        width: 100%;
        padding: 0 !important;
    }
}

.xg5hb9sp9j .f31l4bu3la {
    color: #000000;
}

.xg5hb9sp9j .f6lkmvaaz1 {
    margin-top: 20px;
    color: #131313;
}

.xg5hb9sp9j .l28y6ohcrz {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 35px;
    width: 100%;
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .xg5hb9sp9j .l28y6ohcrz {
        margin-top: 24px;
    }
}

@media (max-width: 991px) {
    .xg5hb9sp9j .l28y6ohcrz {
        margin-top: 20px;
    }
}

.xg5hb9sp9j .r2folfok8f {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.xg5hb9sp9j .jkiath90ao {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 12px;
}

.xg5hb9sp9j .touelk74zf {
    color: #000000;
    margin-right: auto;
    max-width: 70%;
}

.xg5hb9sp9j .a4pngbxip1 {
    color: #000000;
    margin-left: auto;
    max-width: 30%;
}

.xg5hb9sp9j .b3kdwd0yf9 {
    position: relative;
    width: 100%;
    height: 16px;
    background-color: #ffffff;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0 #000000;
    border-radius: 0.25rem;
}

.xg5hb9sp9j .kyt33ecewc {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #90adc6;
}

.xg5hb9sp9j .c963fgz6qj .a4pngbxip1:before {
    content: "75";
}

.xg5hb9sp9j .c963fgz6qj .kyt33ecewc {
    width: 75%;
}

.xg5hb9sp9j .kr56zs2w86 .a4pngbxip1:before {
    content: "85";
}

.xg5hb9sp9j .kr56zs2w86 .kyt33ecewc {
    width: 85%;
}

.xg5hb9sp9j .eryo8yjihe .a4pngbxip1:before {
    content: "95";
}

.xg5hb9sp9j .eryo8yjihe .kyt33ecewc {
    width: 95%;
}

.xg5hb9sp9j .yye4h7cal0 {
    margin-top: 34px;
}

@media (max-width: 991px) {
    .xg5hb9sp9j .yye4h7cal0 {
        margin-top: 14px;
    }
}

.xg5hb9sp9j .f6lkmvaaz1,
.xg5hb9sp9j .yye4h7cal0 {
    color: #000000;
}

.uiue7vodvc {
    background-color: #90adc6;
}

.uiue7vodvc .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.uiue7vodvc .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.uiue7vodvc .twosy6ue71 {
    color: #000000;
}

.uiue7vodvc .j3hvqwbaax {
    margin-top: 30px;
    color: #131313;
}

@media (max-width: 767px) {
    .uiue7vodvc .j3hvqwbaax {
        margin-top: 18px;
    }
}

.uiue7vodvc .dhi4bhio0w {
    margin-top: 30px;
    color: #131313;
}

@media (max-width: 767px) {
    .uiue7vodvc .dhi4bhio0w {
        margin-top: 18px;
    }
}

.uiue7vodvc .yye4h7cal0 {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .uiue7vodvc .yye4h7cal0 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .uiue7vodvc .yye4h7cal0 {
        margin-top: 20px;
    }
}

.uiue7vodvc .dhi4bhio0w,
.uiue7vodvc .yye4h7cal0 {
    color: #000000;
}

.egy6q7lg79 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.egy6q7lg79 .d1wx8geuyw {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .egy6q7lg79 .d1wx8geuyw {
        margin-bottom: 20px;
    }
}

.egy6q7lg79 .twosy6ue71 {
    color: #000000;
}

.egy6q7lg79 .twosy6ue71 a {
    pointer-events: none;
}

.egy6q7lg79 .j3hvqwbaax {
    margin-top: 12px;
    color: #131313;
}

.egy6q7lg79 .xcz6vbulew {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 !important;
    padding-bottom: 40px;
    border-bottom: 2px solid #000000;
}

@media (max-width: 991px) {
    .egy6q7lg79 .xcz6vbulew {
        justify-content: center;
        row-gap: 16px;
        flex-wrap: wrap;
    }
}

.egy6q7lg79 .x3j15ue0w2 {
    transition: all 0.3s;
    height: fit-content;
    padding: 0 !important;
    opacity: 0.5;
    margin-bottom: 1rem;
    max-width: 20%;
    width: fit-content;
}

@media (max-width: 991px) {
    .egy6q7lg79 .x3j15ue0w2 {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        max-width: 33.33333333%;
        margin: 0 20px;
    }
}

@media (max-width: 767px) {
    .egy6q7lg79 .x3j15ue0w2 {
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .egy6q7lg79 .x3j15ue0w2 {
        max-width: 100%;
    }
}

.egy6q7lg79 .x3j15ue0w2:hover {
    opacity: 1;
}

.egy6q7lg79 .x3j15ue0w2 img {
    max-width: 100%;
}

.sfbvf2ozpq {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.sfbvf2ozpq .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.sfbvf2ozpq .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.sfbvf2ozpq .d1wx8geuyw {
    margin-bottom: 70px;
}

@media (max-width: 1399px) {
    .sfbvf2ozpq .d1wx8geuyw {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .sfbvf2ozpq .d1wx8geuyw {
        margin-bottom: 30px;
    }
}

.sfbvf2ozpq .twosy6ue71 {
    color: #000000;
}

.sfbvf2ozpq .j3hvqwbaax {
    margin-top: 18px;
    color: #131313;
}

.sfbvf2ozpq .tqpqdp5cj9 {
    margin-top: 5px;
    row-gap: 30px;
}

.sfbvf2ozpq .dsesrlmu6j {
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-radius: 0;
}

.sfbvf2ozpq .hog225k1pe {
    display: flex;
    width: calc(100% - 24px);
    padding: 52px 30px 52px 40px;
    margin: 0 auto;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0 #000000;
    background: #ffffff;
    transition: 0.3s all;
}

@media (max-width: 1199px) {
    .sfbvf2ozpq .hog225k1pe {
        padding: 40px 30px 40px 40px;
    }
}

@media (max-width: 991px) {
    .sfbvf2ozpq .hog225k1pe {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .sfbvf2ozpq .hog225k1pe {
        width: calc(100% - 14px);
        flex-direction: column;
        padding: 30px 25px 25px;
    }
}

@media (min-width: 992px) {
    .sfbvf2ozpq .hog225k1pe:hover {
        box-shadow: none;
        transform: translateY(-5px);
    }
}

.sfbvf2ozpq .ih5vbplg6v {
    margin-right: 40px;
}

@media (max-width: 767px) {
    .sfbvf2ozpq .ih5vbplg6v {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.sfbvf2ozpq .ih5vbplg6v .fumfmiyvri {
    display: block;
    font-size: 100px;
    color: #617e95;
}

.sfbvf2ozpq .i9lzv3xa74 {
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .sfbvf2ozpq .i9lzv3xa74 {
        margin-top: 0;
    }
}

.sfbvf2ozpq .f31l4bu3la {
    color: #131313;
}

.sfbvf2ozpq .f6lkmvaaz1 {
    margin-top: 24px;
    color: #000000;
}

@media (max-width: 1199px) {
    .sfbvf2ozpq .f6lkmvaaz1 {
        margin-top: 15px;
    }
}

.sfbvf2ozpq .yye4h7cal0 .ughrpg1qw4 {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .sfbvf2ozpq .yye4h7cal0 .ughrpg1qw4 {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .sfbvf2ozpq .yye4h7cal0 .ughrpg1qw4 {
        margin-top: 15px;
    }
}

.sfbvf2ozpq .f31l4bu3la,
.sfbvf2ozpq .ih5vbplg6v {
    color: #000000;
}

.swh3w3vkyw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.swh3w3vkyw .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.swh3w3vkyw .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.swh3w3vkyw .d1wx8geuyw {
    margin-bottom: 70px;
}

@media (max-width: 1399px) {
    .swh3w3vkyw .d1wx8geuyw {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .swh3w3vkyw .d1wx8geuyw {
        margin-bottom: 30px;
    }
}

.swh3w3vkyw .twosy6ue71 {
    color: #000000;
}

.swh3w3vkyw .j3hvqwbaax {
    margin-top: 18px;
    color: #131313;
}

.swh3w3vkyw .s6m9cnq4cj {
    row-gap: 40px;
    margin: 5px -20px 0 !important;
}

@media (max-width: 767px) {
    .swh3w3vkyw .s6m9cnq4cj {
        row-gap: 30px;
        margin: 0 -15px !important;
    }
}

.swh3w3vkyw .dsesrlmu6j {
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-radius: 0;
    padding: 0 20px !important;
}

.swh3w3vkyw .hog225k1pe {
    width: 100%;
    padding: 13px 13px 42px;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0 #000000;
    background: #ffffff;
    transition: 0.3s all;
}

@media (min-width: 992px) {
    .swh3w3vkyw .hog225k1pe:hover {
        box-shadow: none;
        transform: translateY(-5px);
    }
}

.swh3w3vkyw .q6wf23osh7 img {
    height: 460px;
    width: 100%;
    aspect-ratio: 0.90625;
    object-fit: cover;
}

@media (min-width: 991px) {
    .swh3w3vkyw .q6wf23osh7 img {
        height: 350px;
    }
}

.swh3w3vkyw .qb98o8jgkn {
    margin-top: 35px;
}

@media (max-width: 767px) {
    .swh3w3vkyw .qb98o8jgkn {
        margin-top: 20px;
    }
}

.swh3w3vkyw .f31l4bu3la {
    color: #131313;
}

.swh3w3vkyw .f6lkmvaaz1 {
    margin-top: 5px;
    color: #FC7942;
}

.swh3w3vkyw .yye4h7cal0 {
    margin-top: 5px;
}

.swh3w3vkyw .f31l4bu3la,
.swh3w3vkyw .ih5vbplg6v {
    color: #000000;
}

.swh3w3vkyw .f6lkmvaaz1,
.swh3w3vkyw .yye4h7cal0 {
    color: #000000;
}

.cid-v2xkv8R2Td {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.cid-v2xkv8R2Td .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.cid-v2xkv8R2Td .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-v2xkv8R2Td .d1wx8geuyw {
    margin-bottom: 70px;
}

@media (max-width: 1500px) {
    .cid-v2xkv8R2Td .d1wx8geuyw {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .cid-v2xkv8R2Td .d1wx8geuyw {
        margin-bottom: 20px;
    }
}

.cid-v2xkv8R2Td .twosy6ue71 {
    color: #000000;
}

.cid-v2xkv8R2Td .j3hvqwbaax {
    margin-top: 18px;
    color: #131313;
}

.cid-v2xkv8R2Td .tqpqdp5cj9 {
    margin-top: 5px;
    row-gap: 20px;
}

.cid-v2xkv8R2Td .dsesrlmu6j {
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-radius: 0;
}

.cid-v2xkv8R2Td .hog225k1pe {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 60px 52px 48px 48px;
    margin: 0 auto;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0 #000000;
    background: #ffffff;
    transition: 0.3s all;
}

@media (max-width: 1024px) {
    .cid-v2xkv8R2Td .hog225k1pe {
        padding: 30px 30px 40px 25px;
    }
}

@media (max-width: 767px) {
    .cid-v2xkv8R2Td .hog225k1pe {
        padding: 10px 25px 40px 20px;
    }
}

@media (min-width: 992px) {
    .cid-v2xkv8R2Td .hog225k1pe:hover {
        box-shadow: none;
        transform: translateY(-5px);
    }
}

.cid-v2xkv8R2Td .f31l4bu3la {
    color: #000000;
}

.cid-v2xkv8R2Td .price-box {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .cid-v2xkv8R2Td .price-box {
        margin-top: 5px;
    }
}

.cid-v2xkv8R2Td .number-text {
    color: #617E95;
}

.cid-v2xkv8R2Td .stint-text {
    color: #FC7942;
}

.cid-v2xkv8R2Td .f6lkmvaaz1 {
    margin-top: 20px;
    color: #000000;
}

@media (max-width: 767px) {
    .cid-v2xkv8R2Td .f6lkmvaaz1 {
        margin-top: 10px;
    }
}

.cid-v2xkv8R2Td .b4syqz0ko4 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    width: 100%;
    margin-top: 50px;
}

@media (max-width: 1024px) {
    .cid-v2xkv8R2Td .b4syqz0ko4 {
        margin-top: 24px;
    }
}

.cid-v2xkv8R2Td .aomuk30pqh {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 10px;
}

.cid-v2xkv8R2Td .ih5vbplg6v {
    flex-shrink: 0;
}

.cid-v2xkv8R2Td .ih5vbplg6v .fumfmiyvri {
    display: block;
    font-size: 18px;
    color: #617e95;
}

.cid-v2xkv8R2Td .vh27tjbvlq {
    flex-grow: 1;
    color: #000000;
}

.cid-v2xkv8R2Td .yye4h7cal0 {
    margin-top: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 65px;
}

@media (max-width: 1199px) {
    .cid-v2xkv8R2Td .yye4h7cal0 {
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    .cid-v2xkv8R2Td .yye4h7cal0 {
        padding-top: 20px;
    }
}

.cid-v2xkv8R2Td .yye4h7cal0 .ughrpg1qw4 {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 1500px) {
    .cid-v2xkv8R2Td .yye4h7cal0 .ughrpg1qw4 {
        padding: 20px 24px !important;
    }
}

.jwcv70hmeo {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.jwcv70hmeo .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.jwcv70hmeo .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.jwcv70hmeo .d1wx8geuyw {
    margin-bottom: 70px;
}

@media (max-width: 1399px) {
    .jwcv70hmeo .d1wx8geuyw {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .jwcv70hmeo .d1wx8geuyw {
        margin-bottom: 30px;
    }
}

.jwcv70hmeo .twosy6ue71 {
    color: #000000;
}

.jwcv70hmeo .j3hvqwbaax {
    margin-top: 18px;
    color: #131313;
}

.jwcv70hmeo .s6m9cnq4cj {
    row-gap: 40px;
    margin: 5px -20px 0 !important;
}

@media (max-width: 767px) {
    .jwcv70hmeo .s6m9cnq4cj {
        row-gap: 30px;
        margin: 0 -15px !important;
    }
}

.jwcv70hmeo .dsesrlmu6j {
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-radius: 0;
    padding: 0 20px !important;
}

.jwcv70hmeo .hog225k1pe {
    width: 100%;
    padding: 11px 11px 40px;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0 #000000;
    background: #ffffff;
    transition: 0.3s all;
}

@media (min-width: 992px) {
    .jwcv70hmeo .hog225k1pe:hover {
        box-shadow: none;
        transform: translateY(-5px);
    }
}

.jwcv70hmeo .q6wf23osh7 img {
    height: 440px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 674/calc(145 * 3);
}

@media (min-width: 991px) {
    .jwcv70hmeo .q6wf23osh7 img {
        height: 350px;
    }
}

.jwcv70hmeo .qb98o8jgkn {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 130px;
}

@media (max-width: 1199px) {
    .jwcv70hmeo .qb98o8jgkn {
        margin-top: 0;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .jwcv70hmeo .qb98o8jgkn {
        margin-top: 20px;
    }
}

.jwcv70hmeo .f31l4bu3la {
    color: #131313;
}

.jwcv70hmeo .f6lkmvaaz1 {
    margin-top: 5px;
    color: #131313;
}

.jwcv70hmeo .link-text {
    margin-top: 14px;
    color: #FC7942;
}

@media (max-width: 991px) {
    .jwcv70hmeo .link-text {
        margin-top: 10px;
    }
}

.jwcv70hmeo .link-text a.text-primary:hover {
    color: #131313 !important;
}

.jwcv70hmeo .yye4h7cal0 {
    margin-top: 5px;
}

.jwcv70hmeo .f31l4bu3la,
.jwcv70hmeo .ih5vbplg6v {
    color: #000000;
}

.jwcv70hmeo .f6lkmvaaz1,
.jwcv70hmeo .yye4h7cal0 {
    color: #000000;
}

.cid-v2xkv8TCko {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #90adc6;
}

.cid-v2xkv8TCko .dsesrlmu6j:focus,
.cid-v2xkv8TCko span:focus {
    outline: none;
}

.cid-v2xkv8TCko .umc6sudumw {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    max-width: 100%;
}

.cid-v2xkv8TCko .dsesrlmu6j {
    color: #000000;
    min-height: 90px;
}

@media (max-width: 768px) {
    .cid-v2xkv8TCko .dsesrlmu6j {
        min-height: 45px;
    }
}

.vc96i9fdcj {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.vc96i9fdcj .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.vc96i9fdcj .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.vc96i9fdcj .ttcw438557 {
    margin: 0 !important;
    row-gap: 30px;
}

.vc96i9fdcj .q6wf23osh7 {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    padding: 0 !important;
}

.vc96i9fdcj .q6wf23osh7 img {
    height: 680px;
    max-width: 580px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .vc96i9fdcj .q6wf23osh7 img {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .vc96i9fdcj .q6wf23osh7 {
        width: 100%;
    }
}

.vc96i9fdcj .a3wsyk9b7v {
    width: 50%;
    padding: 0 !important;
}

@media (max-width: 1500px) {
    .vc96i9fdcj .a3wsyk9b7v {
        padding-left: 40px !important;
    }
}

@media (max-width: 1199px) {
    .vc96i9fdcj .a3wsyk9b7v {
        padding-left: 25px !important;
    }
}

@media (max-width: 991px) {
    .vc96i9fdcj .a3wsyk9b7v {
        width: 100%;
        padding: 0 !important;
    }
}

.vc96i9fdcj .f31l4bu3la {
    color: #131313;
}

.vc96i9fdcj .cjifgyy0mb {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-top: 60px;
}

@media (max-width: 1399px) {
    .vc96i9fdcj .cjifgyy0mb {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .vc96i9fdcj .cjifgyy0mb {
        margin-top: 20px;
    }
}

.vc96i9fdcj .hog225k1pe {
    width: 100%;
}

.vc96i9fdcj .s7cd64ploi {
    color: #000000;
}

.vc96i9fdcj .s7cd64ploi a {
    pointer-events: none;
}

.vc96i9fdcj .f6lkmvaaz1 {
    margin-top: 20px;
    color: #000000;
}

@media (max-width: 767px) {
    .vc96i9fdcj .f6lkmvaaz1 {
        margin-top: 15px;
    }
}

.vc96i9fdcj .yye4h7cal0 {
    margin-top: 30px;
}

@media (max-width: 1399px) {
    .vc96i9fdcj .yye4h7cal0 {
        margin-top: 15px;
    }
}

.vc96i9fdcj .f31l4bu3la,
.vc96i9fdcj .yye4h7cal0 {
    color: #000000;
}

.fluoslualy {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: #333652;
}

.fluoslualy .uq3n5u2323 {
    overflow: hidden;
}

.fluoslualy .a7k0f7jwoj,
.fluoslualy .nkmminxycr {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .fluoslualy .v1dqd9830s .pispkhl42g {
        margin-bottom: 0;
    }

    .fluoslualy .content-slider-wrap {
        width: 100% !important;
    }
}

.fluoslualy .pispkhl42g {
    top: 50%;
    width: max-content;
    height: max-content;
    padding: 18px 30px 12px;
    font-size: 24px;
    background-color: transparent;
    color: #ffffff;
    transition: all 0.3s;
    opacity: 1;
}

@media (max-width: 767px) {
    .fluoslualy .pispkhl42g {
        padding: 18px 0 12px;
    }
}

.fluoslualy .pispkhl42g.m57zhkclrp {
    right: auto !important;
    left: 0 !important;
}

@media (max-width: 767px) {
    .fluoslualy .pispkhl42g.m57zhkclrp {
        padding-right: 30px;
    }
}

.fluoslualy .pispkhl42g.x483ixqexg {
    right: 0 !important;
    left: auto !important;
}

@media (max-width: 767px) {
    .fluoslualy .pispkhl42g.x483ixqexg {
        padding-left: 30px;
    }
}

.fluoslualy .hog225k1pe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    min-height: 200px;
    width: 100%;
    padding: 0 80px;
    overflow: visible !important;
}

@media (max-width: 767px) {
    .fluoslualy .hog225k1pe {
        padding: 0 25px;
    }
}

.fluoslualy .ih5vbplg6v {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    min-height: 80px;
    max-width: 100%;
    width: fit-content;
    border-radius: 50%;
    margin: 0 auto 50px;
    padding: 10px;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0 #000000;
    background-color: #90adc6;
}

@media (max-width: 991px) {
    .fluoslualy .ih5vbplg6v {
        margin: 0 auto 20px;
    }
}

.fluoslualy .ih5vbplg6v .fumfmiyvri {
    display: block;
    font-size: 36px;
    color: #000000;
}

.fluoslualy .otc4k1sion {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    margin-bottom: 0;
    text-align: center;
    padding: 0 !important;
}

.fluoslualy .twosy6ue71 {
    color: #FFFFFF;
    margin-bottom: 30px !important;
}

@media (max-width: 767px) {
    .fluoslualy .twosy6ue71 {
        margin-bottom: 20px !important;
    }
}

.fluoslualy .j3hvqwbaax {
    color: #FFFFFF;
    margin-bottom: 0;
}

.fluoslualy .nkmminxycr {
    margin-bottom: 0;
    overflow: visible !important;
}

.fluoslualy .nkmminxycr .item-menu-overlay {
    display: none !important;
    transition: 0s !important;
}

.fluoslualy .yrcak7tqn9 {
    display: none !important;
}

.ulekomr63k {
    background-image: url("photo-1507525428034-b723cf961d3e.jpeg");
}

.ulekomr63k .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.ulekomr63k .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.rvfum5xbi5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.rvfum5xbi5 .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.rvfum5xbi5 .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.rvfum5xbi5 .d1wx8geuyw {
    margin-bottom: 75px;
}

@media (max-width: 1399px) {
    .rvfum5xbi5 .d1wx8geuyw {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .rvfum5xbi5 .d1wx8geuyw {
        margin-bottom: 30px;
    }
}

.rvfum5xbi5 .twosy6ue71 {
    color: #131313;
}

.rvfum5xbi5 .j3hvqwbaax {
    margin-top: 18px;
    color: #131313;
}

.rvfum5xbi5 .tqpqdp5cj9 {
    row-gap: 40px;
}

@media (max-width: 767px) {
    .rvfum5xbi5 .tqpqdp5cj9 {
        row-gap: 30px;
    }
}

.rvfum5xbi5 .dsesrlmu6j {
    border-radius: 0;
}

.rvfum5xbi5 .hog225k1pe {
    display: flex;
    align-items: center;
    width: 100%;
}

@media (max-width: 1440px) {
    .rvfum5xbi5 .hog225k1pe {
        display: block;
    }
}

.rvfum5xbi5 .f31l4bu3la {
    color: #617E95;
}

.rvfum5xbi5 .f6lkmvaaz1 {
    margin-left: 15px;
    color: #000000;
}

.rvfum5xbi5 .lwlo1y8ai0 {
    width: 100%;
    height: 2px;
    margin-top: 58px;
    background-color: #000000;
}

@media (max-width: 1399px) {
    .rvfum5xbi5 .lwlo1y8ai0 {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    .rvfum5xbi5 .lwlo1y8ai0 {
        margin-top: 40px;
    }
}

.rvfum5xbi5 .btn-wrapper {
    margin-top: -12%;
}

.ftl8hkotaw {
    overflow: hidden;
}

.ftl8hkotaw .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.ftl8hkotaw .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("background1.jpg");
}

.jdawu8e8mk {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

@media (max-width: 1024px) {
    .jdawu8e8mk .umc6sudumw {
        padding: 0 80px !important;
    }
}

@media (max-width: 991px) {
    .jdawu8e8mk .umc6sudumw {
        padding: 0 40px !important;
    }
}

@media (max-width: 767px) {
    .jdawu8e8mk .umc6sudumw {
        padding: 0 20px !important;
    }
}

.jdawu8e8mk iframe,
.jdawu8e8mk img,
.jdawu8e8mk video {
    width: 100%;
}

.jdawu8e8mk .d1wx8geuyw {
    margin-bottom: 80px;
}

@media (max-width: 1399px) {
    .jdawu8e8mk .d1wx8geuyw {
        margin-bottom: 65px;
    }
}

@media (max-width: 767px) {
    .jdawu8e8mk .d1wx8geuyw {
        margin-bottom: 30px;
    }
}

.jdawu8e8mk .twosy6ue71 {
    color: #131313;
}

.jdawu8e8mk .j3hvqwbaax {
    margin-top: 18px;
    color: #131313;
}

.o9n7u5vww0 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.o9n7u5vww0 .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.o9n7u5vww0 .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.o9n7u5vww0 .ttcw438557 {
    margin: 0 !important;
}

.o9n7u5vww0 .d1wx8geuyw {
    width: 40%;
    padding: 0 !important;
}

@media (max-width: 991px) {
    .o9n7u5vww0 .d1wx8geuyw {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .o9n7u5vww0 .d1wx8geuyw {
        margin-bottom: 40px;
    }
}

.o9n7u5vww0 .twosy6ue71 {
    color: #000000;
    margin-bottom: 0;
}

.o9n7u5vww0 .j3hvqwbaax {
    color: #131313;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .o9n7u5vww0 .j3hvqwbaax {
        margin-top: 10px;
    }
}

.o9n7u5vww0 .yye4h7cal0 {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .o9n7u5vww0 .yye4h7cal0 {
        margin-top: 10px;
    }
}

.o9n7u5vww0 .uslodn9pne {
    width: 1px;
    flex-grow: 1;
    padding: 0 0 0 100px !important;
}

@media (max-width: 1024px) {
    .o9n7u5vww0 .uslodn9pne {
        padding: 0 0 0 20px !important;
    }
}

@media (max-width: 991px) {
    .o9n7u5vww0 .uslodn9pne {
        width: 100%;
        padding: 0 !important;
    }
}

.o9n7u5vww0 .fumfmiyvri {
    position: relative;
    font-size: 16px !important;
    font-family: 'Moririse2' !important;
    font-weight: 900;
    color: #617e95;
    margin-left: 0.5rem;
}

.o9n7u5vww0 .p8m9y5zkg7 {
    display: none;
    font-size: 16px !important;
    margin-left: 0.5rem;
    color: #617e95;
    font-weight: 900;
}

.o9n7u5vww0 .bicihtkx9m {
    border: none;
}

.o9n7u5vww0 .x3j15ue0w2 {
    padding: 10px 10px 10px 0;
    border-radius: 0;
    border-top: 2px solid #000000;
}

.o9n7u5vww0 .ypvhmai2fz {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.o9n7u5vww0 .ypvhmai2fz:hover .fumfmiyvri {
    transform: rotate(180deg);
}

.o9n7u5vww0 .ts4znst2zo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    color: #131313;
    transition: 0.2s all;
}

.o9n7u5vww0 .ts4znst2zo[aria-expanded="true"] .fumfmiyvri {
    display: none;
}

.o9n7u5vww0 .ts4znst2zo[aria-expanded="true"] .p8m9y5zkg7 {
    display: block;
}

.o9n7u5vww0 .xvo7ph8b8v {
    color: #000000;
}

.o9n7u5vww0 .xyhogcf2wn {
    padding: 0 0 20px;
}

.o9n7u5vww0 .je8bpvp4ua {
    color: #000000;
    margin: 0;
}

.ecss870at5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.ecss870at5 .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.ecss870at5 .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (min-width: 1025px) {
    .ecss870at5 .ky4mplmr2b {
        padding-right: 80px !important;
    }
}

@media (max-width: 991px) {
    .ecss870at5 .ky4mplmr2b {
        height: 650px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .ecss870at5 .ky4mplmr2b {
        height: 400px;
    }
}

.ecss870at5 .cdsnc44i9o {
    height: 100%;
    position: relative;
}

.ecss870at5 .cdsnc44i9o iframe {
    height: 100%;
    width: 100%;
}

.ecss870at5 .cdsnc44i9o [data-state-details] {
    color: #6b6763;
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.ecss870at5 .cdsnc44i9o[data-state] {
    background: #e9e5dc;
}

.ecss870at5 .cdsnc44i9o[data-state="loading"] [data-state-details] {
    display: none;
}

.ecss870at5 .b9jwk1i8cy {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .ecss870at5 .b9jwk1i8cy {
        margin-bottom: 24px;
    }
}

.ecss870at5 .twosy6ue71 {
    color: #000000;
}

.ecss870at5 .j3hvqwbaax {
    margin-top: 20px;
    color: #131313;
}

.ecss870at5 form {
    width: 100%;
}

.ecss870at5 form .a3mtc9z5na.ttcw438557 {
    justify-content: flex-start;
    width: auto !important;
    z-index: 2;
}

.ecss870at5 form p {
    color: #131313;
}

.ecss870at5 form .yye4h7cal0 {
    margin-top: 0;
}

@media (max-width: 991px) {
    .ecss870at5 form .yye4h7cal0 {
        margin-top: 14px;
    }
}

.ecss870at5 form .yye4h7cal0 .ughrpg1qw4 {
    border-radius: 3px !important;
}

.ecss870at5 form .u7482ms4t1 {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
}

@media (max-width: 991px) {
    .ecss870at5 form .u7482ms4t1 {
        margin-bottom: 30px !important;
    }
}

.ecss870at5 form .x09lgyds2f {
    height: 66px;
    border: none !important;
    border-bottom: 2px solid #000000 !important;
    box-shadow: none;
    outline: none !important;
    border-radius: 0 !important;
    margin-bottom: 0;
    padding: 20px 12px 20px 0;
    font-size: 18px;
    line-height: 24px;
    color: #131313;
    background: transparent;
    font-weight: 400;
    transition: 0.3s;
}

.ecss870at5 form .x09lgyds2f::-webkit-input-placeholder {
    color: #000000;
}

.ecss870at5 form .x09lgyds2f::-moz-placeholder {
    color: #000000;
}

.ecss870at5 form .x09lgyds2f:-moz-placeholder {
    color: #000000;
}

.ecss870at5 form .x09lgyds2f:-ms-input-placeholder {
    color: #000000;
}

.ecss870at5 form select {
    color: #000000 !important;
}

.ecss870at5 form textarea {
    height: 120px !important;
    min-height: 120px !important;
    padding: 20px 12px 20px 0;
    resize: none;
}

.ecss870at5 form textarea::-webkit-input-placeholder {
    color: #000000 !important;
}

.ecss870at5 form textarea::-moz-placeholder {
    color: #000000 !important;
}

.ecss870at5 form textarea:-moz-placeholder {
    color: #000000 !important;
}

.ecss870at5 form textarea:-ms-input-placeholder {
    color: #000000 !important;
}

.ecss870at5 form input,
.ecss870at5 form textarea {
    transition: 0.3s all;
}

.ecss870at5 form input:active,
.ecss870at5 form textarea:active,
.ecss870at5 form input:focus,
.ecss870at5 form textarea:focus {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 2px solid #000000 !important;
    box-shadow: none !important;
    outline: none !important;
}

.ecss870at5 form input:active::-webkit-input-placeholder,
.ecss870at5 form textarea:active::-webkit-input-placeholder,
.ecss870at5 form input:focus::-webkit-input-placeholder,
.ecss870at5 form textarea:focus::-webkit-input-placeholder {
    color: #131313 !important;
}

.ecss870at5 form input:active::-moz-placeholder,
.ecss870at5 form textarea:active::-moz-placeholder,
.ecss870at5 form input:focus::-moz-placeholder,
.ecss870at5 form textarea:focus::-moz-placeholder {
    color: #131313 !important;
}

.ecss870at5 form input:active:-moz-placeholder,
.ecss870at5 form textarea:active:-moz-placeholder,
.ecss870at5 form input:focus:-moz-placeholder,
.ecss870at5 form textarea:focus:-moz-placeholder {
    color: #131313 !important;
}

.ecss870at5 form input:active:-ms-input-placeholder,
.ecss870at5 form textarea:active:-ms-input-placeholder,
.ecss870at5 form input:focus:-ms-input-placeholder,
.ecss870at5 form textarea:focus:-ms-input-placeholder {
    color: #131313 !important;
}

.ecss870at5 form .ttcw438557 {
    flex-wrap: wrap;
    margin-left: -12px !important;
    margin-right: -12px !important;
}

.ecss870at5 form .ttcw438557 [class*=col] {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.ecss870at5 form label {
    width: 100%;
    color: #000000;
    margin-bottom: 12px;
}

.ecss870at5 form .form-check label {
    color: #000000;
}

.ecss870at5 form .form-check-input {
    border-color: #131313 !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.ecss870at5 form .form-check-input:focus,
.ecss870at5 form .form-check-input:hover {
    background-color: transparent !important;
    border-color: #FC7942 !important;
}

.ecss870at5 form .form-check-input:checked {
    border-color: #FC7942 !important;
    background-color: #FC7942 !important;
}

.c2x0b2a7uf {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.c2x0b2a7uf .lhif52i0x9.h2iaikm9h8 {
    display: none;
}

.c2x0b2a7uf .lhif52i0x9 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.c2x0b2a7uf .v1dqd9830s,
.c2x0b2a7uf .umc6sudumw {
    padding: 0 !important;
}

.c2x0b2a7uf .v1dqd9830s {
    max-width: 1440px;
}

.c2x0b2a7uf .b9jwk1i8cy {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 20px;
    min-height: 480px;
    margin: 0 auto;
    background-color: #f5d15d;
}

@media (max-width: 991px) {
    .c2x0b2a7uf .b9jwk1i8cy {
        min-height: 400px;
        padding: 50px 20px;
    }
}

@media (max-width: 767px) {
    .c2x0b2a7uf .b9jwk1i8cy {
        padding: 50px 10px;
    }
}

.c2x0b2a7uf .twosy6ue71 {
    color: #000000;
}

.c2x0b2a7uf .j3hvqwbaax {
    margin-top: 20px;
    color: #131313;
}

.c2x0b2a7uf .dhi4bhio0w {
    margin-top: 44px;
    color: #000000;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .c2x0b2a7uf .dhi4bhio0w {
        margin-top: 20px;
    }
}

.c2x0b2a7uf .yye4h7cal0 {
    margin-top: 34px;
}

.c2x0b2a7uf .j3hvqwbaax,
.c2x0b2a7uf .yye4h7cal0 {
    color: #000000;
}

.iegculznqf {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #d4edfb;
    overflow: hidden;
}

.iegculznqf .dhi4bhio0w {
    color: #131313;
}

.iegculznqf .rp0ohd4hj2 .dhi4bhio0w {
    color: #000000;
}